home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / WE_30D.ZIP / README.TXT < prev    next >
Text File  |  1993-10-12  |  9KB  |  212 lines

  1.  
  2.    WELCOME TO WinEdit!
  3.  
  4.    This disk contains WinEdit version 3.0d, compiled for standard 16 bit
  5.    Windows and several associated utilities and files. 
  6.  
  7.    32 bit versions of WinEdit for Windows NT on Intel, Dec Alpha, and MIPS
  8.    platforms are also available.  Only the Professional level is available
  9.    for Windows NT machines.
  10.    
  11.    WinEdit is a fast and powerful ASCII/ANSI text editor.  It is available
  12.    in three different levels of functionality for Windows 3.1 and at
  13.    the Professional level for Windows NT:
  14.  
  15.    WinEdit Lite       Provides super fast editing of any size text file.
  16.                       Handy button bar for common operations.
  17.                       $29.95
  18.  
  19.    WinEdit Standard   Adds the ability to compile programs directly from
  20.                       WinEdit and view the output to fix errors.
  21.                       $59.95
  22.  
  23.    WinEdit Pro        Adds a complete macro scripting language to allow
  24.                       professional users to write their own WinEdit menus.
  25.                       $89.95
  26.  
  27.    WinEdit 32 Pro     Native 32-bit application for Windows NT on Intel, Dec
  28.                       Alpha, and MIPS platforms.  Includes FREE copy of
  29.                       WinEdit Pro for Windows 3.1.
  30.                       $129.95
  31.  
  32.    All three levels are contained within the same executable program, in both
  33.    the evaluation and registered versions.  By selecting "Lite", "Standard", or
  34.    "Professional" from the "File ... Settings" menu, you enable all features at
  35.    that level.  When you register WinEdit, you will receive a registration
  36.    number which will allow you to use WinEdit at the registration level you
  37.    have selected, although you will still be able to use features belonging to
  38.    a higher level on an evaluation basis.  For example, if you register WinEdit
  39.    at the Standard level, you would select "Standard" from the settings menu,
  40.    so that only Standard-level functions will appear on the WinEdit menus, and
  41.    everything would operate normally.  If you decided to select "Professional"
  42.    from the settings menu, additional functions would become available, but if
  43.    you used one of those Pro-level functions you would first receive a message
  44.    informing you that the feature you had selected is not included in the
  45.    Standard level, and that you should upgrade to the higher level if you plan
  46.    to continue using that function.  You can upgrade to a higher level at any
  47.    time; the cost is the difference in registration price between the level you
  48.    are currently registered for and the level you are upgrading to, plus $5.00.
  49.  
  50.  
  51.  
  52.    SYSTEM REQUIREMENTS
  53.  
  54.    WinEdit requires an IBM PC or compatible with a minimum of 2
  55.    megabytes of RAM, a rodent, 1.5 MB of hard drive space and
  56.    Microsoft Windows version 3.1 or higher.
  57.  
  58.  
  59.    ***   SPECIAL BONUS FOR REGISTERED USERS  ***
  60.  
  61.    Registered users receive our new "Dialog Editor" which allows them to
  62.    graphically construct dialog boxes, (a lot like the Visual Basic dialog
  63.    editor), and other utilities to help make programming WinEdit macro
  64.    scripts just a tad easier and faster.
  65.  
  66.  
  67.    *** PREMIER SUPPORT NOW AVAILABLE ***
  68.  
  69.    A fee based extended support system is now available to assist 
  70.    corporate software engineering projects which require high technology
  71.    assistance, custom Windows programming, or custom interfaces to suites
  72.    of Windows applications.  See the README2.TXT file for more information.
  73.  
  74.  
  75.    *** LATE-BREAKING NEWS ***
  76.  
  77.    WinEdit 3.0 now includes the following new features:
  78.  
  79.       Syntax coloring of source code files.
  80.          Fully configurable syntax coloring highlights keywords, quotes,
  81.          and comments in C, C++, WIL, Basic, dBase, and DOS and NT batch
  82.          files.  Most any language can easily be added.
  83.  
  84.       Easy to use key reassignments.
  85.          You can now reassign command hotkeys from an interactive dialog
  86.          in WinEdit.  Menus are automatically updated to reflect the new
  87.          hotkeys.  You can also define more than one hotkey for a command,
  88.          such as <Ctrl+Y> and <keypad -> to delete a line.
  89.  
  90.       Improved compiler support
  91.          Choosing a compiler from the Project dialog's dropdown combo box
  92.          automatically configures WinEdit's error parsing logic for that
  93.          compiler.  Supports Microsoft, Zortech, Watcom, Borland C++, Turbo
  94.          Pascal, Borland TASM, and Clipper.  User-configurable for any other
  95.          compiler.
  96.  
  97.       Improved macro recording
  98.          In the Pro version, the Macro Recorder now records all commands as
  99.          WIL scripts.  When recording is concluded, the recorded script is
  100.          loaded into a document window for easy editing.  Pre-configured
  101.          to automatically add the newly recorded script to the Macro Menu,
  102.          or fine tune your macro with any of over 400 WIL and WinEdit macro
  103.          functions.
  104.  
  105.       Other new features:
  106.          Backup file creation, location, and name are configurable.
  107.          Changed (unsaved) files indicated on screen.
  108.          Improved support for read only files.
  109.          Improved network support.
  110.          Captured compiler output file location configurable.
  111.          Regular expressions in search can be disabled.
  112.  
  113.  
  114.    We have also corrected dozens of minor bugs that have been reported in
  115.    earlier versions of WinEdit.
  116.  
  117.    WinEdit 3.0 is a major update from previous versions.  Registered users of
  118.    previous versions of WinEdit will receive information on our low-cost
  119.    upgrade offer soon.
  120.  
  121.  
  122.  
  123.                        PACKING LIST:
  124.  
  125.    Most files will end in a _ (underscore).   Some of them have been
  126.    compressed and will be expanded by the setup program, whileas the
  127.    others are simply renamed.  In any case, the setup program
  128.    (WSETUP.EXE) should take care of moving the files around.
  129.  
  130.  
  131.    README   TXT    This File
  132.    README2  TXT    ...continued...
  133.    WSETUP   EXE    The Windows-based setup program.
  134.    WSETUP   INF    Information file for the setup program.
  135.    WE__VER  ???    A dummy file.  ??? is the current version number.
  136.    WSETUP2  OVL    More of the setup program.
  137.    FILE_ID  DIZ    Short description of ZIP/Disk contents.
  138.  
  139.  
  140.    The following files *might* be in either a COMMON or WINEDIT subdirectory
  141.    in disk-based versions of the distribution files.
  142.  
  143.    WINEDIT  EXE    The main WinEdit EXE file
  144.    WBDAAxxx DLL    A required Dynamic Link Library (xxx is a release level)
  145.    EDMACxxx DLL    Another required DLL
  146.    WWWTOYS  DLL    Yet another DLL
  147.    WWWDEALR DLL    And yet another
  148.    EDTEMP   PIF    Associated support file
  149.    TEE      COM    Associated support file
  150.    TAGS     EXE    Associated support file
  151.  
  152.    WINEDIT  MNU    Sample utility menus for the Professional level
  153.    MACRO    MNU    Sample Macro Menu file for the Professional level
  154.    MACRO    ENC    Compiled Macro Menu for Standard and Lite levels
  155.    WWWEDIT  DLL    Additional macro script code (This is really an ASCII file)
  156.  
  157.    WINEDIT  HLP    WinEdit Help file
  158.    WIL      HLP    WIL Helpfile for the macro script language.   *#*
  159.  
  160.    WEHELP   INI    Help file definition file for WinEdit global help system
  161.    SAMPHLP  WEH    Sample user-written help file
  162.    WIN31WH  WEH    Help definition file for Windows 3.1 SDK Help
  163.    WIN31MWH WEH    Help definition file for Windows 3.1 SDK Multimedia Help
  164.    WINEDIT  WEH    Help definition file for WinEdit macro script help
  165.    QH       WEH    Help definition file for Microsoft C QuickHelp
  166.    TCWHELP  WEH    Help definition file for Borland TCW Help
  167.    CMDPOST  WEH    Help definition file for our Command Post Help
  168.    FILECMDR WEH    Help definition file for our File Commander Help
  169.    WINBATCH WEH    Help definition file for our WinBatch Help
  170.    WIL      WEH    Help definition file for our WIL language help
  171.    MSCXX    WEH    Help definition file for Microsoft C/C++ help
  172.    API32WH  WEH    Help definition file for WIN32 SDK help
  173.  
  174.    WILMAN   BOK    The technical reference for the WIL language.   *#*
  175.    WINEDIT  BOK    The manual.
  176.    LOOKER   EXE    F